home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 015a / logit21.zip / OVERKILL.BAT < prev    next >
DOS Batch File  |  1993-03-29  |  411b  |  16 lines

  1. @echo off
  2. c:
  3. :OFFHOOK
  4. echo ATH1 > COM1
  5. c:\util\yesorno /Y /15 /clr Is the OH lite on the modem lighted [Y/N]?
  6. if errorlevel 1 goto OFFHOOK
  7. c:\util\logit /f:c:\games.log /t:"Overkill was played at:"
  8. cd\arcade\overkill
  9. overkill
  10. c:\util\logit /f:c:\games.log /t:"Overkill was ended at:"
  11. cd\
  12. c:\util\yesorno /Y /15 /clr Do you want to reload the BBS [Y/N]?
  13. if errorlevel 1 goto END
  14. reboot ultra
  15. :END
  16.